home *** CD-ROM | disk | FTP | other *** search
/ Latex - The Game / Latex - The Game - Disc 2.iso / mac / PC / UNQTW.IN_ < prev    next >
Text File  |  1995-10-19  |  4KB  |  200 lines

  1. ;;***********************************
  2. ;;    Uninstall QuickTime Ver. 2.0
  3. ;;***********************************
  4.  
  5. ;; Setup logo and screen
  6. SetDefaultBitmap off
  7. LoadBitMap 1 VCA.BMP
  8. ShowBitMap 1 @xy(420,320)
  9. SetBackgroundColor 0 0 255 0 0 64 TopToBottom
  10. ShowWindow Maximized
  11.  
  12.  
  13. If FileExists C:\WINDOWS\qtw.ini
  14. SetFileAttrTo 00 for c:\windows\qtw.ini
  15. EndIf
  16.  
  17. If FileExists c:\windows\system\qtcvid.dll 
  18. SetFileAttrTo 00 for c:\windows\system\qtcvid.dll
  19. EndIf
  20.  
  21. If FileExists c:\windows\system\mciqtfra.dll 
  22. SetFileAttrTo 00 for c:\windows\system\mciqtfra.dll
  23. EndIf
  24.  
  25. If FileExists c:\windows\system\DHIO_DH.QTC 
  26. SetFileAttrTo 00 for c:\windows\system\DHIO_DH.QTC
  27. EndIf
  28.  
  29. If FileExists c:\windows\system\MCIQTENU.DLL 
  30. SetFileAttrTo 00 for c:\windows\system\MCIQTENU.DLL
  31. EndIf
  32.  
  33. If FileExists c:\windows\system\MCIQTW.DRV 
  34. SetFileAttrTo 00 for c:\windows\system\MCIQTW.DRV
  35. EndIf
  36.  
  37. If FileExists c:\windows\system\NAVG.QTC 
  38. SetFileAttrTo 00 for c:\windows\system\NAVG.QTC
  39. EndIf
  40.  
  41. If FileExists c:\windows\system\QCMC.QTC 
  42. SetFileAttrTo 00 for c:\windows\system\QCMC.QTC
  43. EndIf
  44.  
  45. If FileExists c:\windows\system\QTCVID.QTC 
  46. SetFileAttrTo 00 for c:\windows\system\QTCVID.QTC
  47. EndIf
  48.  
  49. If FileExists c:\windows\system\QTHNDLR.DLL 
  50. SetFileAttrTo 00 for c:\windows\system\QTHNDLR.DLL
  51. EndIf
  52.  
  53. If FileExists c:\windows\system\QTIM.DLL 
  54. SetFileAttrTo 00 for c:\windows\system\QTIM.DLL
  55. EndIf
  56.  
  57. If FileExists c:\windows\system\QTIMCMGR.DLL 
  58. SetFileAttrTo 00 for c:\windows\system\QTIMCMGR.DLL
  59. EndIf
  60.  
  61. If FileExists c:\windows\system\QTIV32.QTC 
  62. SetFileAttrTo 00 for c:\windows\system\QTIV32.QTC
  63. EndIf
  64.  
  65. If FileExists c:\windows\system\QTIYVU9.QTC 
  66. SetFileAttrTo 00 for c:\windows\system\QTIYVU9.QTC
  67. EndIf
  68.  
  69. If FileExists c:\windows\system\QTJPEG.QTC 
  70. SetFileAttrTo 00 for c:\windows\system\QTJPEG.QTC
  71. EndIf
  72.  
  73. If FileExists c:\windows\system\QTMOVIE.VBX 
  74. SetFileAttrTo 00 for c:\windows\system\QTMOVIE.VBX
  75. EndIf
  76.  
  77. If FileExists c:\windows\system\QTNOTIFY.EXE 
  78. SetFileAttrTo 00 for c:\windows\system\QTNOTIFY.EXE
  79. EndIf
  80.  
  81. If FileExists c:\windows\system\QTOLE.DLL 
  82. SetFileAttrTo 00 for c:\windows\system\QTOLE.DLL
  83. EndIf
  84.  
  85. If FileExists c:\windows\system\QTPIC.VBX 
  86. SetFileAttrTo 00 for c:\windows\system\QTPIC.VBX
  87. EndIf
  88.  
  89. If FileExists c:\windows\system\QTRAW.QTC 
  90. SetFileAttrTo 00 for c:\windows\system\QTRAW.QTC
  91. EndIf
  92.  
  93. If FileExists c:\windows\system\QTRLE.QTC 
  94. SetFileAttrTo 00 for c:\windows\system\QTRLE.QTC
  95. EndIf
  96.  
  97. If FileExists c:\windows\system\QTRPZA.QTC 
  98. SetFileAttrTo 00 for c:\windows\system\QTRPZA.QTC
  99. EndIf
  100.  
  101. If FileExists c:\windows\system\QTRT21.QTC 
  102. SetFileAttrTo 00 for c:\windows\system\QTRT21.QTC
  103. EndIf
  104.  
  105. If FileExists c:\windows\system\QTSMC.QTC 
  106. SetFileAttrTo 00 for c:\windows\system\QTSMC.QTC
  107. EndIf
  108.  
  109. If FileExists c:\windows\system\QTVHDW.QTC 
  110. SetFileAttrTo 00 for c:\windows\system\QTVHDW.QTC
  111. EndIf
  112.  
  113. If FileExists c:\windows\system\REELMGIC.QTC 
  114. SetFileAttrTo 00 for c:\windows\system\REELMGIC.QTC
  115. EndIf
  116.  
  117. If FileExists c:\windows\VIEWENU.DLL 
  118. SetFileAttrTo 00 for c:\windows\VIEWENU.DLL
  119. EndIf
  120.  
  121. If FileExists c:\windows\VIEWENU.HLP 
  122. SetFileAttrTo 00 for c:\windows\VIEWENU.HLP
  123. EndIf
  124.  
  125. If FileExists c:\windows\README.EXE 
  126. SetFileAttrTo 00 for c:\windows\README.EXE
  127. EndIf
  128.  
  129. If FileExists c:\windows\PLAYER.EXE 
  130. SetFileAttrTo 00 for c:\windows\PLAYER.EXE
  131. EndIf
  132.  
  133. If FileExists c:\windows\PLAYENU.HLP 
  134. SetFileAttrTo 00 for c:\windows\PLAYENU.HLP
  135. EndIf
  136.  
  137. If FileExists c:\windows\PLAYENU.DLL 
  138. SetFileAttrTo 00 for c:\windows\PLAYENU.DLL
  139. EndIf
  140.  
  141. If FileExists c:\windows\MCENU.HLP 
  142. SetFileAttrTo 00 for c:\windows\MCENU.HLP
  143. EndIf
  144.  
  145. If FileExists c:\windows\VIEWER.EXE 
  146. SetFileAttrTo 00 for c:\windows\VIEWER.EXE
  147. EndIf
  148.  
  149.  
  150.  
  151. DeleteFiles from c:\windows\system Quietly
  152. qtcvid.dll
  153. mciqtfra.dll
  154. DHIO_DH.QTC
  155. MCIQTENU.DLL
  156. MCIQTW.DRV
  157. NAVG.QTC
  158. QCMC.QTC
  159. QTCVID.QTC
  160. QTHNDLR.DLL
  161. QTIM.DLL
  162. QTIMCMGR.DLL
  163. QTIV32.QTC
  164. QTIYVU9.QTC
  165. QTJPEG.QTC
  166. QTMOVIE.VBX
  167. QTNOTIFY.EXE
  168. QTOLE.DLL
  169. QTPIC.VBX
  170. QTRAW.QTC
  171. QTRLE.QTC
  172. QTRPZA.QTC
  173. QTRT21.QTC
  174. QTSMC.QTC
  175. QTVHDW.QTC
  176. REELMGIC.QTC
  177.  
  178. EndDeleteFiles
  179.  
  180. DeleteFiles from c:\windows
  181.  
  182. qtw.ini
  183. VIEWENU.DLL
  184. VIEWENU.HLP
  185. README.EXE
  186. PLAYER.EXE
  187. PLAYENU.HLP
  188. PLAYENU.DLL
  189. MCENU.HLP
  190. VIEWER.EXE
  191.  
  192. EndDeleteFiles
  193.  
  194.  
  195. Dialog
  196.  You have Un-installed QuickTime Ver. 2.0. Some CD-ROM
  197.  Disks may no longer play correctly.
  198.  
  199.  Install QuickTime Ver. 2.0 before playing those disks.
  200. EndDialog